home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / config / mh-go32 < prev    next >
Encoding:
Text File  |  1996-07-04  |  361 b   |  11 lines

  1. # We don't want to use debugging information on DOS.  Unfortunately,
  2. # this requires that we set CFLAGS.
  3. CFLAGS=-O2 -fno-omit-frame-pointer
  4.  
  5. # We set MAKEINFOFLAGS to not split .info files, because the resulting
  6. # file names don't work on DOS.
  7. MAKEINFOFLAGS=--no-split
  8.  
  9. # This does some sort of DOS specific installation, I guess.
  10. INSTALL_DOSREL=install-dosrel
  11.